Skip to content

Add command to generate HTML help #1374

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 6, 2016
Merged

Conversation

teobugslayer
Copy link
Contributor

Implements #1302

@teobugslayer
Copy link
Contributor Author

ping @ErjanGavalji

}

public canExecute(args: string[]): IFuture<boolean> {
return Future.fromResult(true);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why do you need canExecute method? The idea is to use it when you cannot specify exactly the number (and type) of the allowed parameter. In this case the command will not accept any parameters, so I suggest to remove the canExecute implementation, or I'm missing something here?

@rosen-vladimirov
Copy link
Contributor

👍

teobugslayer added a commit that referenced this pull request Jan 6, 2016
@teobugslayer teobugslayer merged commit a319067 into master Jan 6, 2016
@teobugslayer teobugslayer deleted the totev/dev-gen-help branch February 11, 2016 07:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants